Package | Description |
---|---|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
static GraphPropertyConfig |
GraphPropertyConfig.parse(InputStream is, boolean strict, File parent)
Parses an input stream.
|
static GraphPropertyConfig |
GraphPropertyConfig.parse(Map<String,Object> raw, boolean strict, File parent)
Parses a raw key/value mapping.
|
static GraphPropertyConfig |
GraphPropertyConfig.parse(Properties props, boolean strict)
Parses a properties file.
|
Modifier and Type | Method and Description |
---|---|
List<GraphPropertyConfig> |
PgHbaseGraphConfig.getEdgeProps()
specification of edge properties associated with graph
|
List<GraphPropertyConfig> |
PgNosqlGraphConfig.getEdgeProps()
specification of edge properties associated with graph
|
List<GraphPropertyConfig> |
TwoTablesGraphConfig.getEdgeProps()
specification of edge properties associated with graph
|
abstract List<GraphPropertyConfig> |
GraphConfig.getEdgeProps()
Get the vertex properties of this graph configuration
|
List<GraphPropertyConfig> |
FileGraphConfig.getEdgeProps()
specification of edge properties associated with graph
|
List<GraphPropertyConfig> |
PgHbaseGraphConfig.getVertexProps()
specification of vertex properties associated with graph
|
List<GraphPropertyConfig> |
PgNosqlGraphConfig.getVertexProps()
specification of vertex properties associated with graph
|
List<GraphPropertyConfig> |
TwoTablesGraphConfig.getVertexProps()
specification of vertex properties associated with graph
|
abstract List<GraphPropertyConfig> |
GraphConfig.getVertexProps()
Get the vertex properties of this graph configuration
|
List<GraphPropertyConfig> |
FileGraphConfig.getVertexProps()
specification of vertex properties associated with graph
|
Copyright © 2015. All rights reserved.